From 53ab8a8a0791ab98c0b1bf81e189a8d4de1e9a33 Mon Sep 17 00:00:00 2001 From: Debian OpenLDAP Maintainers Date: Fri, 2 Dec 2016 03:40:20 +0000 Subject: [PATCH] no-AM_INIT_AUTOMAKE Gbp-Pq: Name no-AM_INIT_AUTOMAKE --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index ddee9886..03c09e08 100644 --- a/configure.in +++ b/configure.in @@ -26,7 +26,8 @@ dnl Configure.in for OpenLDAP AC_COPYRIGHT([[Copyright 1998-2016 The OpenLDAP Foundation. All rights reserved. Restrictions apply, see COPYRIGHT and LICENSE files.]]) AC_REVISION([$Id: 92de4e0c6b47b1e86946bc89185ac07f46bfc5e4 $]) -AC_INIT([OpenLDAP],,[http://www.openldap.org/its/]) +AC_INIT([OpenLDAP],[$OL_VERSION],[http://www.openldap.org/its/]) +AC_PROG_MAKE_SET m4_define([AC_PACKAGE_BUGREPORT],[]) AC_CONFIG_SRCDIR(build/version.sh)dnl dnl ---------------------------------------------------------------- @@ -69,7 +70,6 @@ dnl Determine host platform dnl we try not to use this for much AC_CANONICAL_TARGET([]) -AM_INIT_AUTOMAKE([$OL_PACKAGE],[$OL_VERSION], [no defines])dnl AC_SUBST(PACKAGE)dnl AC_SUBST(VERSION)dnl AC_DEFINE_UNQUOTED(OPENLDAP_PACKAGE,"$PACKAGE",Package) -- 2.30.2